#logo img {
 width: 250px;
}
h1 { 
font-size: 2rem;
}
h1, h4 {
color: #ff7321;
}

a {
color: #ff7321;
}
a:hover {
    color: #ffb780;
}
.sidebar-nav li a:hover,
.sidebar-nav li:hover,
.sideBarButton:hover,
.filterItemClicked:hover {
background-color: #ff7321;
color: white;
transition: 0.5s;
}
.filterItemClicked {
    background: #ff7321 !important;
    color: white !important;
}

.filterItem {
    padding: 7px;
    font-size: 14px;
    text-align: center;
}